home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Programare / nativej / nativej-trial.exe / {app} / examples / service.njp < prev    next >
INI File  |  2005-04-08  |  632b  |  29 lines

  1. [NativeJ Project Definition]
  2. ApplicationType=0
  3. AllowAsService=1
  4. AppIcon=service.ico
  5. TargetExe=service.exe
  6. EmbeddedJars=
  7. RedirectStdOutType=2
  8. RedirectStdErrType=2
  9. RedirectStdOut=stdout.log
  10. RedirectStdErr=stderr.log
  11. ProcessPriority=3
  12. JvmVersion=0
  13. JvmSearchOrder=01234
  14. Classpath=examples.jar
  15. DeleteJars=0
  16. AllPathsRelative=0
  17. StayInCurrentDir=0
  18. ConsoleAppClass=examples.Service
  19. ConsoleAppOptions=-start
  20. ServiceName=Test Service
  21. ServiceDesc=NativeJ sample service program
  22. StartOptions=-start
  23. StopOptions=-stop
  24. InstallCmd=-install
  25. UninstallCmd=-uninstall
  26. StopExit=0
  27. ServiceManual=0
  28. ServiceInteractWithDesktop=0
  29.